home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / OCTOBER / PCLTOOLS / PCLtoRGL / pcl2rgl.ma < prev   
Text File  |  1997-10-05  |  1KB  |  38 lines

  1. pcl2rgl
  2. =======
  3.  
  4.  
  5.  
  6. This is a command line utility that lets you convert CMYK PCL printout files as
  7. created by Acorn's !Printers to RGL files (a related printer language dialect).
  8. The main difference is that whereas colours are interleaved in PCL they have to
  9. be separated in RGL. This program is a post-processor that does that and a bit
  10. more for you.
  11.  
  12.  
  13. Usage:
  14.  
  15.     pcl2rgl [-b # -r] infile(PCL) outfile(RGL)
  16.  
  17.  
  18. Switches:
  19.  
  20.     -b #:    Buffersize to use. Default is 32768.
  21.     -r:    Rich black. That means print black not just with the black colour
  22.         but also by superimposing C,M,Y. This will give a crisper image in
  23.         some cases and make stripes less obvious. Processing will be more
  24.         complex that way, however, since it involves uncompressing and
  25.         recompressing each rasterline.
  26.  
  27.  
  28. This program was created an a request from P.C.Newble and works pretty well according
  29. to him. Maybe somebody else can use it too. Its legal status is FREEWARE. I won't
  30. accept any kind of responsibility for any kinds of damages resulting from using this
  31. program. Use it entirely at your own risk.
  32.  
  33.  
  34.  
  35.  
  36. Andreas Dehmel
  37. dehmel@forwiss.tu-muenchen.de
  38.